mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-17 03:28:27 +08:00
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:

committed by
Michael Niedermayer

parent
81c5f88748
commit
bc874daea8
@ -408,7 +408,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
/* allocate the output media context */
|
||||
oc = av_mallocz(sizeof(AVFormatContext));
|
||||
oc = av_alloc_format_context();
|
||||
if (!oc) {
|
||||
fprintf(stderr, "Memory error\n");
|
||||
exit(1);
|
||||
|
Reference in New Issue
Block a user