mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
avformat/imfdec: Use proper logcontext
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
(cherry picked from commit b7a543707f)
This commit is contained in:
committed by
Zane van Iperen
parent
d0e9e8c5d0
commit
2ae18635da
@@ -200,7 +200,7 @@ static int parse_imf_asset_map_from_xml_dom(AVFormatContext *s,
|
||||
elem_count + asset_map->asset_count,
|
||||
sizeof(IMFAssetLocator));
|
||||
if (!tmp) {
|
||||
av_log(NULL, AV_LOG_ERROR, "Cannot allocate IMF asset locators\n");
|
||||
av_log(s, AV_LOG_ERROR, "Cannot allocate IMF asset locators\n");
|
||||
return AVERROR(ENOMEM);
|
||||
}
|
||||
asset_map->assets = tmp;
|
||||
|
||||
Reference in New Issue
Block a user