Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
muxer libav: add missing break for MC_MPEGPS
  • Loading branch information
perexg committed Jan 9, 2016
1 parent 36de73a commit ab7db15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/muxer/muxer_libav.c
Expand Up @@ -223,6 +223,7 @@ lav_muxer_support_stream(muxer_container_type_t mc,
ret |= (type == SCT_MPEG2VIDEO);
ret |= (type == SCT_MPEG2AUDIO);
ret |= (type == SCT_AC3);
break;

case MC_AVMP4:
ret |= (type == SCT_MPEG2VIDEO);
Expand Down

0 comments on commit ab7db15

Please sign in to comment.