]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7517: doh
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 5 Dec 2014 02:22:51 +0000 (20:22 -0600)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:46:51 +0000 (12:46 -0500)
src/mod/codecs/mod_openh264/mod_openh264.cpp

index 596ed5f823b2b9d09d432f74bf6f4953fd0da1c9..87fe195676790fcd3e4bbc1ba36acd45c182a2b2 100644 (file)
@@ -246,7 +246,7 @@ static switch_status_t nalu_slice(h264_codec_context_t *context, switch_frame_t
        }
 
        //DFF The else branch here is not working.  Whatever it's doing is creating corrupt picture.
-       {//if (nalu_len <= SLICE_SIZE) {
+       if (1||nalu_len <= SLICE_SIZE) {
                uint8_t nalu_type;
 
                context->last_nalu_data_pos += 4;