[FFmpeg-cvslog] rtpdec_vp8: Cosmetics: Fix bad alignment/indentation
Martin Storsjö
git at videolan.org
Mon Dec 17 14:11:39 CET 2012
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Dec 12 16:59:45 2012 +0200| [e798085f965950ed97cca6e5613a5bf61c09534e] | committer: Martin Storsjö
rtpdec_vp8: Cosmetics: Fix bad alignment/indentation
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e798085f965950ed97cca6e5613a5bf61c09534e
---
libavformat/rtpdec_vp8.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/rtpdec_vp8.c b/libavformat/rtpdec_vp8.c
index a364358..99ca60a 100644
--- a/libavformat/rtpdec_vp8.c
+++ b/libavformat/rtpdec_vp8.c
@@ -33,7 +33,7 @@
struct PayloadContext {
AVIOContext *data;
- uint32_t timestamp;
+ uint32_t timestamp;
};
static int vp8_handle_packet(AVFormatContext *ctx,
@@ -100,7 +100,7 @@ static int vp8_handle_packet(AVFormatContext *ctx,
if ((res = avio_open_dyn_buf(&vp8->data)) < 0)
return res;
vp8->timestamp = *timestamp;
- }
+ }
if (!vp8->data || vp8->timestamp != *timestamp) {
av_log(ctx, AV_LOG_WARNING,
More information about the ffmpeg-cvslog
mailing list