X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmpegaudio.c;h=e91f160320eabaa92c566e76cf65be5313d6e034;hb=7d2a0d3120d793abc13e06165c6523bcccc91f1c;hp=c673ebc67ca39e0483ad388b55070e624204c897;hpb=115329f16062074e11ccf3b89ead6176606c9696;p=ffmpeg diff --git a/libavcodec/mpegaudio.c b/libavcodec/mpegaudio.c index c673ebc67ca..e91f160320e 100644 --- a/libavcodec/mpegaudio.c +++ b/libavcodec/mpegaudio.c @@ -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;