remove duplicate dump_codec

This commit is contained in:
Isaac Connor 2019-04-08 13:51:55 -04:00
parent accaeadb18
commit 7f2440177b
1 changed files with 0 additions and 2 deletions

View File

@ -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);