comparison mlpdec.c @ 8460:5b3c90656fdf libavcodec

Change mplayerhq.hu references to ffmpeg.org where appropriate.
author diego
date Thu, 25 Dec 2008 15:49:50 +0000
parents a793f9afd5cb
children 18737839ed27
comparison
equal deleted inserted replaced
8459:8263a5bf47e5 8460:5b3c90656fdf
38 #define VLC_BITS 9 38 #define VLC_BITS 9
39 39
40 40
41 static const char* sample_message = 41 static const char* sample_message =
42 "Please file a bug report following the instructions at " 42 "Please file a bug report following the instructions at "
43 "http://ffmpeg.mplayerhq.hu/bugreports.html and include " 43 "http://ffmpeg.org/bugreports.html and include "
44 "a sample of this file."; 44 "a sample of this file.";
45 45
46 typedef struct SubStream { 46 typedef struct SubStream {
47 //! Set if a valid restart header has been read. Otherwise the substream cannot be decoded. 47 //! Set if a valid restart header has been read. Otherwise the substream cannot be decoded.
48 uint8_t restart_seen; 48 uint8_t restart_seen;