comparison matroskaenc.c @ 4223:8f2cb573b5b0 libavformat

Reindent after last commit
author lucabe
date Thu, 15 Jan 2009 14:07:59 +0000
parents 0267c4299992
children 5d0ac4d87ba1
comparison
equal deleted inserted replaced
4222:0267c4299992 4223:8f2cb573b5b0
799 codec->extradata_size > 0 && AV_RB32(codec->extradata) == 0x00000001) { 799 codec->extradata_size > 0 && AV_RB32(codec->extradata) == 0x00000001) {
800 /* from x264 or from bytestream h264 */ 800 /* from x264 or from bytestream h264 */
801 /* nal reformating needed */ 801 /* nal reformating needed */
802 ff_avc_parse_nal_units(pb, pkt->data, pkt->size); 802 ff_avc_parse_nal_units(pb, pkt->data, pkt->size);
803 } else { 803 } else {
804 put_buffer(pb, pkt->data, pkt->size); 804 put_buffer(pb, pkt->data, pkt->size);
805 } 805 }
806 } 806 }
807 807
808 static int mkv_write_packet(AVFormatContext *s, AVPacket *pkt) 808 static int mkv_write_packet(AVFormatContext *s, AVPacket *pkt)
809 { 809 {