remove duplicate dump_codec
This commit is contained in:
parent
accaeadb18
commit
7f2440177b
|
@ -119,8 +119,6 @@ VideoStore::VideoStore(
|
||||||
if ( ret < 0 ) {
|
if ( ret < 0 ) {
|
||||||
Error("Could not initialize video_out_ctx parameters");
|
Error("Could not initialize video_out_ctx parameters");
|
||||||
return;
|
return;
|
||||||
} else {
|
|
||||||
zm_dump_codec(video_out_ctx);
|
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
video_out_stream = avformat_new_stream(oc, NULL);
|
video_out_stream = avformat_new_stream(oc, NULL);
|
||||||
|
|
Loading…
Reference in New Issue