codecmap: Add missing break
authorEdward Hervey <edward@collabora.com>
Tue, 8 Apr 2014 06:00:55 +0000 (08:00 +0200)
committerEdward Hervey <edward@collabora.com>
Tue, 8 Apr 2014 06:00:55 +0000 (08:00 +0200)
CID #1139752

ext/libav/gstavcodecmap.c

index 49257a3..d0e7a04 100644 (file)
@@ -2991,6 +2991,7 @@ gst_ffmpeg_caps_with_codecid (enum AVCodecID codec_id,
       if (gst_structure_get_int (str, "bitrate", &bitrate))
         context->bit_rate = bitrate;
     }
+      break;
     case AV_CODEC_ID_ALAC:
       gst_structure_get_int (str, "samplesize",
           &context->bits_per_coded_sample);