]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegaudio.c
another MPEG-2 long gop codec ul
[ffmpeg] / libavcodec / mpegaudio.c
index c673ebc67ca39e0483ad388b55070e624204c897..e91f160320eabaa92c566e76cf65be5313d6e034 100644 (file)
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 /**
@@ -748,7 +748,7 @@ static void encode_frame(MpegAudioContext *s,
 }
 
 static int MPA_encode_frame(AVCodecContext *avctx,
-                           unsigned char *frame, int buf_size, void *data)
+                            unsigned char *frame, int buf_size, void *data)
 {
     MpegAudioContext *s = avctx->priv_data;
     short *samples = data;