[FFmpeg-cvslog] r18090 - trunk/libavcodec/flacenc.c

jbr subversion
Sat Mar 21 02:20:28 CET 2009


Author: jbr
Date: Sat Mar 21 02:20:28 2009
New Revision: 18090

Log:
revert accidental unrelated change in last commit

Modified:
   trunk/libavcodec/flacenc.c

Modified: trunk/libavcodec/flacenc.c
==============================================================================
--- trunk/libavcodec/flacenc.c	Sat Mar 21 02:16:38 2009	(r18089)
+++ trunk/libavcodec/flacenc.c	Sat Mar 21 02:20:28 2009	(r18090)
@@ -80,10 +80,12 @@ typedef struct FlacFrame {
 } FlacFrame;
 
 typedef struct FlacEncodeContext {
-    FLACSTREAMINFO
     PutBitContext pb;
+    int channels;
+    int samplerate;
     int sr_code[2];
     int min_framesize;
+    int max_framesize;
     int max_encoded_framesize;
     uint32_t frame_count;
     uint64_t sample_count;




More information about the ffmpeg-cvslog mailing list