summaryrefslogtreecommitdiff
path: root/dxr3pesframe.c
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2009-05-07 19:10:19 +0200
committerChristian Gmeiner <christian.gmeiner@gmail.com>2009-05-07 19:10:19 +0200
commitf66b005627a7aef83d1e60247e9b59ea921006c4 (patch)
tree9b0081e68edfb3f24a16ed1a046657e2f59ad841 /dxr3pesframe.c
parent7b032b77026b6d6cac02e1d55ce9b3f47a60a553 (diff)
downloadvdr-plugin-dxr3-f66b005627a7aef83d1e60247e9b59ea921006c4.tar.gz
vdr-plugin-dxr3-f66b005627a7aef83d1e60247e9b59ea921006c4.tar.bz2
fix url
Diffstat (limited to 'dxr3pesframe.c')
-rw-r--r--dxr3pesframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3pesframe.c b/dxr3pesframe.c
index 88d96c0..6f03216 100644
--- a/dxr3pesframe.c
+++ b/dxr3pesframe.c
@@ -82,7 +82,7 @@ bool cDxr3PesFrame::parse(const uint8_t *pes, uint32_t length)
// we can get some informations about the video payload
// of this pes frame. For more informations have a look
- // at http://dvd.sourceforge.net/dvdinfo/mpeghdrs.htm
+ // at http://dvd.sourceforge.net/dvdinfo/mpeghdrs.html
const uint8_t *video = &pes[payloadStart];