[FFmpeg-cvslog] avformat/avisynth: Cosmetics

d s git at videolan.org
Wed Apr 10 02:27:05 CEST 2013


ffmpeg | branch: master | d s <avxsynth-testing at gmail.com> | Tue Apr  9 15:38:27 2013 -0700| [685617ac29d7ca5fa0d83929b2b24988a2261ef9] | committer: Michael Niedermayer

avformat/avisynth: Cosmetics

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavformat/avisynth.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c
index 61d4707..775a5f2 100644
--- a/libavformat/avisynth.c
+++ b/libavformat/avisynth.c
@@ -407,10 +407,10 @@ static void avisynth_next_stream(AVFormatContext *s, AVStream **st, AVPacket *pk
 static int avisynth_read_packet_video(AVFormatContext *s, AVPacket *pkt, int discard) {
     AviSynthContext *avs = s->priv_data;
     AVS_VideoFrame *frame;
-    unsigned char*  dst_p;
-    const unsigned char* src_p;
+    unsigned char *dst_p;
+    const unsigned char *src_p;
     int n, i, plane, rowsize, planeheight, pitch, bits;
-    const char* error;
+    const char *error;
 
     if (avs->curr_frame >= avs->vi->num_frames)
         return AVERROR_EOF;
@@ -481,7 +481,7 @@ static int avisynth_read_packet_audio(AVFormatContext *s, AVPacket *pkt, int dis
     AVRational fps, samplerate;
     int samples;
     int64_t n;
-    const char* error;
+    const char *error;
 
     if (avs->curr_sample >= avs->vi->num_audio_samples)
         return AVERROR_EOF;



More information about the ffmpeg-cvslog mailing list