[FFmpeg-cvslog] r21933 - trunk/libavdevice/oss_audio.c

ramiro subversion
Sun Feb 21 04:23:30 CET 2010


Author: ramiro
Date: Sun Feb 21 04:23:30 2010
New Revision: 21933

Log:
Indent.

Modified:
   trunk/libavdevice/oss_audio.c

Modified: trunk/libavdevice/oss_audio.c
==============================================================================
--- trunk/libavdevice/oss_audio.c	Sun Feb 21 03:46:44 2010	(r21932)
+++ trunk/libavdevice/oss_audio.c	Sun Feb 21 04:23:30 2010	(r21933)
@@ -251,7 +251,7 @@ static int audio_read_packet(AVFormatCon
     if ((ret=av_new_packet(pkt, s->frame_size)) < 0)
         return ret;
 
-        ret = read(s->fd, pkt->data, pkt->size);
+    ret = read(s->fd, pkt->data, pkt->size);
     if (ret <= 0){
         av_free_packet(pkt);
         pkt->size = 0;



More information about the ffmpeg-cvslog mailing list