[FFmpeg-cvslog] rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_a

Martin Storsjö git at videolan.org
Fri Feb 20 22:12:08 CET 2015


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Feb 19 21:49:18 2015 +0200| [46ad9ac9641d1fe8292ec1f46bbd2e4456621ca7] | committer: Martin Storsjö

rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_a

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=46ad9ac9641d1fe8292ec1f46bbd2e4456621ca7
---

 libavformat/rtpdec_h264.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c
index 5ffb4c4..277b3cd 100644
--- a/libavformat/rtpdec_h264.c
+++ b/libavformat/rtpdec_h264.c
@@ -182,6 +182,7 @@ static int h264_handle_packet_stap_a(AVFormatContext *ctx, AVPacket *pkt,
     uint8_t *dst     = NULL;
     int ret;
 
+    // first we are going to figure out the total size
     for (pass = 0; pass < 2; pass++) {
         const uint8_t *src = buf;
         int src_len        = len;
@@ -301,7 +302,6 @@ static int h264_handle_packet(AVFormatContext *ctx, PayloadContext *data,
         // consume the STAP-A NAL
         buf++;
         len--;
-        // first we are going to figure out the total size
         result = h264_handle_packet_stap_a(ctx, pkt, buf, len);
         break;
 



More information about the ffmpeg-cvslog mailing list