diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-12-25 15:49:50 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-12-25 15:49:50 +0000 |
commit | 0fa5f24c3bb047d4aee52e968b94fb5d8699b8b3 (patch) | |
tree | 1e1c201e8d66574c6b34c08cecfd87ff89923f08 /libavcodec/mlpdec.c | |
parent | ddaf298cee875364dc65f9b87c085a7ff04bea1f (diff) | |
download | ffmpeg-0fa5f24c3bb047d4aee52e968b94fb5d8699b8b3.tar.gz |
Change mplayerhq.hu references to ffmpeg.org where appropriate.
Originally committed as revision 16310 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mlpdec.c')
-rw-r--r-- | libavcodec/mlpdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c index d3c9c2bdd7..f4323da542 100644 --- a/libavcodec/mlpdec.c +++ b/libavcodec/mlpdec.c @@ -40,7 +40,7 @@ static const char* sample_message = "Please file a bug report following the instructions at " - "http://ffmpeg.mplayerhq.hu/bugreports.html and include " + "http://ffmpeg.org/bugreports.html and include " "a sample of this file."; typedef struct SubStream { |