summaryrefslogtreecommitdiff
path: root/wiretap/mp2t.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-02 10:17:36 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-02 10:17:36 +0000
commit57839d9e4a54ece8ee2f66e4c235cb8ba4acb4da (patch)
tree0b6f336b8a7325a721f8246cb1d842ff39823872 /wiretap/mp2t.c
parent0475f292164c12f153c95e379029ba4e08675f0d (diff)
downloadwireshark-57839d9e4a54ece8ee2f66e4c235cb8ba4acb4da.tar.gz
Flag mp2t file as really having only relative time stamps. Put the
comment on its own line in mpeg.c as well. svn path=/trunk/; revision=41294
Diffstat (limited to 'wiretap/mp2t.c')
-rw-r--r--wiretap/mp2t.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/mp2t.c b/wiretap/mp2t.c
index bcab1a8977..b9fccec9ec 100644
--- a/wiretap/mp2t.c
+++ b/wiretap/mp2t.c
@@ -88,6 +88,7 @@ mp2t_read(wtap *wth, int *err, gchar **err_info, gint64 *data_offset)
}
mp2t->offset += MP2T_SIZE;
+ /* XXX - relative, not absolute, time stamps */
wth->phdr.presence_flags = WTAP_HAS_TS;
/* It would be really cool to be able to configure the bitrate... */