diff options
Diffstat (limited to 'dxr3pesframe.c')
-rw-r--r-- | dxr3pesframe.c | 2 |
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]; |